home *** CD-ROM | disk | FTP | other *** search
/ 201 Action Adventure Games / 201 Action Adventure Games.iso / newfiles / ppwin.exe / install_script.iss
Encoding:
Text File  |  2002-08-28  |  1.6 KB  |  41 lines

  1. ;InnoSetupVersion=2.0.18
  2.  
  3. [Setup]
  4. AppName=Paintball Party
  5. AppVerName=Paintball Party 1.0
  6. AppId=Paintball Party
  7. DefaultDirName={pf}\NCD Games\Paintball Party
  8. DefaultGroupName=NCD Games\Paintball Party
  9. OutputBaseFilename=ppwin
  10. Compression=zip
  11. PrivilegesRequired=none
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14.  
  15. [Files]
  16. Source: "{app}\pp.dat"; DestDir: "{app}"; 
  17. Source: "{app}\pp.exe"; DestDir: "{app}"; 
  18. Source: "{app}\readme.txt"; DestDir: "{app}"; 
  19. Source: "{app}\chared.exe"; DestDir: "{app}"; 
  20. Source: "{app}\alleg40.dll"; DestDir: "{app}"; 
  21. Source: "{app}\chared.txt"; DestDir: "{app}"; 
  22. Source: "{app}\template.ppc"; DestDir: "{app}"; 
  23. Source: "{app}\levedit.exe"; DestDir: "{app}"; 
  24. Source: "{app}\chared.dat"; DestDir: "{app}"; 
  25. Source: "{app}\levedit.dat"; DestDir: "{app}"; 
  26. Source: "{app}\levedit.txt"; DestDir: "{app}"; 
  27. Source: "{app}\template.ppl"; DestDir: "{app}"; 
  28. Source: "{app}\palette.pcx"; DestDir: "{app}"; 
  29. Source: "{app}\pp.ico"; DestDir: "{app}"; 
  30.  
  31. [Icons]
  32. Name: "{group}\Editors\Character Designer"; Filename: "{app}\chared.exe"; WorkingDir: "{app}"; 
  33. Name: "{group}\Editors\Character Help"; Filename: "{app}\chared.txt"; WorkingDir: "{app}"; 
  34. Name: "{group}\Editors\Level Builder"; Filename: "{app}\levedit.exe"; WorkingDir: "{app}"; 
  35. Name: "{group}\Editors\Level Help"; Filename: "{app}\levedit.txt"; WorkingDir: "{app}"; 
  36. Name: "{group}\Paintball Party"; Filename: "{app}\pp.exe"; WorkingDir: "{app}"; 
  37. Name: "{group}\Readme"; Filename: "{app}\readme.txt"; WorkingDir: "{app}"; 
  38.  
  39. [UninstallDelete]
  40. Type: files; Name: "{app}\*"; 
  41.